type encoding/json.field
12 uses
encoding/json (current package)
decode.go#L701: var f *field
encode.go#L728: list []field
encode.go#L1175: type field struct {
encode.go#L1193: type byIndex []field
encode.go#L1216: current := []field{}
encode.go#L1217: next := []field{{typ: t}}
encode.go#L1226: var fields []field
encode.go#L1296: field := field{
encode.go#L1329: next = append(next, field{name: ft.Name(), index: index, typ: ft})
encode.go#L1400: func dominantField(fields []field) (field, bool) {
encode.go#L1405: return field{}, false
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)